home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4460 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 27 Feb 1996 01:29:43 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4gtmq7$mu0@sunsystem5.informatik.tu-muenchen.de>
  9. References: <38232498@kone.fipnet.fi> <4gctlm$bcn@oreig.uji.es> <642.6629T546T2374@login.eunet.no>
  10. NNTP-Posting-Host: hphalle0.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. About legal OS-coding (allocmem).
  14.  
  15. does memf_public also mean "non-swappable" for chipmem ?
  16.  
  17. This would mean we got to make each are which is acessed by blitter
  18. or copper dma public (while swapping out planemem would only cause
  19. wrong display but no problems).
  20.  
  21. All the c2p conversion buffers the blitter acesses, for example.
  22. this would include the screenbitmap then.
  23.  
  24. but, for cpu-only c2p, nothing needs to be protected...
  25. will allocraster() make the plane public so I can blitter on it ?
  26.  
  27. [ BTW allocraster is it legal if I alloc 8 times the size of one plane
  28. and just do 1 allocraster for 8 planes ? ;) ]
  29.  
  30. well, all of the questions are obsolete if chipmem is defined
  31. never to be swapped...
  32.  
  33. Any other things I got to care about to make my code run on future
  34. swappers (I heard there are already swapping programs. what about them ?
  35. "My program supports gigamem" I read. what does this mean ???)
  36.  
  37. ------------------------------------------------------------------------
  38.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  39.